/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Button 1
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.btn1 {
	padding: 20px 30px;
	margin-top: 30px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	border: 2px solid white;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif;
	cursor: pointer;
	transition: all 0.25s ease;
	transform: scale(1);
	color: white;
}

.btn1:hover, .btn1:focus {
	background-color: rgba(255, 255, 255, 0.15) !important;
	transform: scale(0.98);
}